INSERT INTO "Department" ("DepartmentName","Active","CreatedBy","CreatedDate","DeptType") 
VALUES  ( 'Pathology', true, 1029, current_timestamp, 'Providers');